home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10039 < prev    next >
Text File  |  2001-10-26  |  432b  |  16 lines

  1. dialog(name: '$$$/Dialogs/SaveAsSettings')
  2. {
  3.     group()
  4.     {
  5.         check_box(item_id: 'Opt ', name: '$$$/Dialogs/SaveAsSettings/Optimize');
  6.         view(align_children: align_row)
  7.         {
  8.             static_text(name: '$$$/Dialogs/SaveAsSettings/SecurityLabel');
  9.             popup(item_id: 'SecP', width: max_char_width() * 11);
  10.             gap(width: 32);
  11.             button(item_id: 'SecS', name: '$$$/Dialogs/SaveAsSettings/SecuritySettings');
  12.         }
  13.         ok_cancel();
  14.     }
  15. }
  16.